type net/http.http2bufferedWriter
7 uses
net/http (current package)
h2_bundle.go#L3554: type http2bufferedWriter struct {
h2_bundle.go#L3560: func http2newBufferedWriter(w io.Writer) *http2bufferedWriter {
h2_bundle.go#L3561: return &http2bufferedWriter{w: w}
h2_bundle.go#L3578: func (w *http2bufferedWriter) Available() int {
h2_bundle.go#L3585: func (w *http2bufferedWriter) Write(p []byte) (n int, err error) {
h2_bundle.go#L3594: func (w *http2bufferedWriter) Flush() error {
h2_bundle.go#L4368: bw *http2bufferedWriter // writing to conn
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |